home *** CD-ROM | disk | FTP | other *** search
/ Ultra Pack / UltraComputing Technology Demos and Tools.iso / README.FIRST < prev    next >
Text File  |  1996-05-29  |  3KB  |  73 lines

  1. ####################################################################################
  2. #                                                                                  #
  3. #  Copyright (c) 1996, Sun Microsystems Computer Corporation, Mountain View, CA    #
  4. #                                                                                  #
  5. #                      All Rights Reserved                                         #
  6. #                                                                                  #
  7. # Sun Microsystems Computer Corporation disclaims all warranties with              #
  8. # regard to this software, including all implied warranties of merchantability     #
  9. # and fitness.  In no event will Sun Microsystems Inc., Sun Microsystems           #
  10. # Computer Corporation or any Sun Microsystems Inc. company, its employees         #
  11. # or agents be liable for direct, incidental or consequential damages              #
  12. # resulting from loss of data or business opportunities, resulting from the        #
  13. # Ultracomputing Demo CD, or any part of same, either alone or in conjunction      #
  14. # with other programs.                                                             #
  15. #                                                                                  #
  16. # The software contained on these discs is distributed as is, at no additional     #
  17. # charge. As such, it is excluded from any pre-existing customer service        #
  18. # or support agreements with Sun Microsystems. An email form is provided in        #
  19. # the main demo menu to direct comments, feedback and technical questions          #
  20. # relating strictly to Ultrapack, the demos and usage thereof.               #
  21. #                                                                                  #
  22. #                                                                                  #
  23. ####################################################################################
  24.  
  25. To run demo applications from the CD_ROM, type
  26.  
  27. % /cdrom/cdrom0/run_demo
  28.  
  29. Or from the filemgr, double click on the run_demo file
  30. icon with the filemgr in the /cdrom/cdrom0 directory.
  31.  
  32. To install either a light or full demo package on your local system,
  33. use the install link on the main demo page.
  34.  
  35.  
  36.  
  37. To run your Ultra 1 Creator system in 24 bit color, do 
  38. the following:
  39.  
  40. For OpenWindows:
  41.  
  42. At login time, start OpenWindows with the following command:
  43.  
  44. % /usr/openwin/bin/openwin -dev /dev/fbs/ffb0 defdepth 24
  45.  
  46.  
  47. For CDE:
  48.  
  49. as root, perform the following:
  50.  
  51. %su
  52. Password: (enter your root passwd here)
  53. # csh
  54. # mkdir -p /etc/dt/config
  55. # cd !$
  56. # cp /usr/dt/config/Xservers .
  57. # cp /usr/dt/config/Xconfig .
  58.  
  59. (using the text editor of your choice, 
  60.  such as textedit or vi, edit the Xservers file)
  61.  
  62. modify the line:
  63.  
  64.    :0   Local local_uid@console root /usr/openwin/bin/Xsun :0 -nobanner 
  65.  
  66. to look like:
  67.  
  68.    :0   Local local_uid@console root /usr/openwin/bin/Xsun :0 -nobanner -dev /dev/ffb0 defdepth 24
  69.  
  70.  
  71.  
  72. Ultra Pack Team, Spring '96
  73.